home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19950726-19950929 / 000030_news@columbia.edu_Sat Jul 29 10:21:38 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  1KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA20550
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Sat, 29 Jul 1995 18:56:18 -0400
  3. Received: by apakabar.cc.columbia.edu id AA15201
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Sat, 29 Jul 1995 18:56:16 -0400
  5. Path: news.columbia.edu!sol.ctr.columbia.edu!howland.reston.ans.net!gatech!swrinde!cs.utexas.edu!news.cs.utah.edu!cc.usu.edu!jrd
  6. From: jrd@cc.usu.edu (Joe Doupnik)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Re: Int 14 (Please, Please help us out)
  9. Message-Id: <1995Jul29.162138.57490@cc.usu.edu>
  10. Date: 29 Jul 95 16:21:38 MDT
  11. References: <3vbmhr$uap@insosf1.netins.net>
  12. Organization: Utah State University
  13. Lines: 12
  14. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  15.  
  16. In article <3vbmhr$uap@insosf1.netins.net>, RLUHMAN@netins.net (Rick Luhman) writes:
  17. > We have obtained some software/hardware that will allow us to share a
  18. > modem hooked to an X.25 protocol line.  Does anybody know how to tell
  19. > kermit 3.14 to use the int14 protocol (Set port? Set host?).  Any help
  20. > would be appreciated.
  21. -----------
  22.     There isn't an Int 14h protocol, to use the words precisely. There
  23. are a number of interfaces which use Int 14h and different command sets.
  24. MSK supports several and the two of interest to you are probably SET PORT 
  25. BIOS<digit> for IBM PC Bios serial cmds, SET PORT 3COM(BAPI) for BAPI. It's
  26. in the manual.
  27.     Joe D.